Doc update.
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 3 Mar 2004 22:55:46 +0000 (22:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 3 Mar 2004 22:55:46 +0000 (22:55 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentrycompletion.c

index c7f9a50fb19594a3ffee2d4adaa4076e12a2c4ce..42a97426f2be9d817b6040042d5fdb53ae896511 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c: Doc update.
+
 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
index c7f9a50fb19594a3ffee2d4adaa4076e12a2c4ce..42a97426f2be9d817b6040042d5fdb53ae896511 100644 (file)
@@ -1,3 +1,7 @@
+Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c: Doc update.
+
 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
index c7f9a50fb19594a3ffee2d4adaa4076e12a2c4ce..42a97426f2be9d817b6040042d5fdb53ae896511 100644 (file)
@@ -1,3 +1,7 @@
+Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c: Doc update.
+
 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
index c7f9a50fb19594a3ffee2d4adaa4076e12a2c4ce..42a97426f2be9d817b6040042d5fdb53ae896511 100644 (file)
@@ -1,3 +1,7 @@
+Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c: Doc update.
+
 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
index c7f9a50fb19594a3ffee2d4adaa4076e12a2c4ce..42a97426f2be9d817b6040042d5fdb53ae896511 100644 (file)
@@ -1,3 +1,7 @@
+Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c: Doc update.
+
 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
index 8b81c3bc0805922739b9a9fd5cf2fdb67b5978bf..0dbe15f6acde0504f1547cb96e12d06d6ccc139c 100644 (file)
@@ -999,11 +999,13 @@ gtk_entry_completion_delete_action (GtkEntryCompletion *completion,
  * @completion: A #GtkEntryCompletion.
  * @column: The column in the model of @completion to get strings from.
  *
- * Convience function for setting up the most used case of this code: a
+ * Convenience function for setting up the most used case of this code: a
  * completion list with just strings. This function will set up @completion
  * to have a list displaying all (and just) strings in the completion list,
  * and to get those strings from @column in the model of @completion.
  *
+ * This functions creates and adds a GtkCellRendererText for the selected column.
+
  * Since: 2.4
  */
 void